home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / programmer / 279 < prev    next >
Encoding:
Text File  |  1996-08-05  |  2.1 KB  |  64 lines

  1. Path: news.eunet.fi!fipnet!kone!jsaarinen
  2. Newsgroups: comp.sys.amiga.programmer
  3. X-NewsReader: IntuiNews 1.2b (31.7.94)
  4. References: <38231819@kone.fipnet.fi> <4ch9ht$hpf@sunsystem5.informatik.tu-muenchen.de>
  5. From: "Jyrki Saarinen" <jsaarinen@kone.fipnet.fi>
  6. Date: Fri, 5 Jan 96 12:00:09 UT
  7. Comments: Illegal date header - new date added by quicknews
  8. X-Original-Date: Fri, 05 Jan 96 13:12:08 
  9. MIME-Version: 1.0
  10. Content-Type: text/plain; charset=iso-8859-1
  11. Content-Transfer-Encoding: binary
  12. Distribution: world
  13. Subject: Re: Demo/game to OS friendly part II
  14. Message-ID: <38231856@kone.fipnet.fi>
  15.  
  16.  
  17. > :    I dont want to close the 320x128 screen and open a 640x256 one.
  18. > :    Any solutions?
  19. > well, the only solution on gfx-card (without open/close) would be 
  20. > zooming the 320x128 pic onto the 640x256 screen ;)
  21.  
  22. I got a solution for this already. ScreenToFront() and
  23. ScreenToBack() are the solutions. I wonder if double/triple
  24. buffering could be done with these.. 
  25.  
  26. > : 3) Sprite masking in Blitterscreen in out of the question.
  27.  
  28. > booh! war! :) ;) blitterscreen assumes AGA present. 
  29. >áso what's the problem with the sprites ?
  30.  
  31. Oh yes .. I forgot that if chunky2planar is used, native
  32. planar bitmaps are present and sprites, too. 
  33.  
  34. On OCS/ECS sprite masking cant be used though.
  35.  
  36. > : 5) How I can open a 320x128 screen that works promoted, too?
  37.  
  38. > how you get the x128 ? Is there a OSy way ?
  39.  
  40. Yep, I support there is.
  41.  
  42. > : In my recent demo, I used QBlit() and OS interrupt setting
  43. > aurora ? please do such hi fps again!
  44.  
  45. Aurora is not my work..
  46.  
  47. > : functions. I had to rape INTENA-register because AUD0-
  48. > : interrupt was not enabled by default when I setted my
  49. > : own AUD0 interrupt.
  50. > we should ask the fellow that wrote the OS-mod-player for a
  51. > executable. His package only got sources.
  52.  
  53. This was PS3M in fact .. funny that SetIntVector() does
  54. not enable the interrupt I set with it. Well, it is
  55. more low-level than AddIntServer() though.
  56. An interrupt setted with SetIntVector() is like HW interrupt,
  57. it ends to rte and it must write to intreq+custom also.
  58.  
  59. --                               _
  60. a Stellar programmer          _ //
  61. "Amiga - back for the future" \X/
  62.